.xmt-boxs .qmxmt-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF9F8;
}
.xmt-boxs .qmxmt-wrapper .boxNav-swiper .swiper-wrapper {
  width: 100vw;
  min-width: 1217px;
}
.xmt-boxs .qmxmt-wrapper .header {
  position: relative;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  height: 102px;
  background: #FFFFFF;
  box-shadow: 0px 9px 27px 5px rgba(255, 176, 182, 0.21);
  border-radius: 14px;
  z-index: 10;
}
.xmt-boxs .qmxmt-wrapper .header .header__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.xmt-boxs .qmxmt-wrapper .header .header__item .text {
  display: inline-block;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #272727;
}
.xmt-boxs .qmxmt-wrapper .header .header__item .red {
  color: #FF5750;
}
.xmt-boxs .qmxmt-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xmt-boxs .qmxmt-wrapper .content .title-wrapper {
  margin-top: 30px;
  margin-bottom: 70px;
}
.xmt-boxs .qmxmt-wrapper .content .title-wrapper .title {
  margin-bottom: 13px;
}
.xmt-boxs .qmxmt-wrapper .content .banner-btn {
  display: flex;
  margin-bottom: 28px;
  font-size: 20px;
  color: #3C3C3C;
}
.xmt-boxs .qmxmt-wrapper .content .banner-btn .btn {
  width: 325px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 14px;
  cursor: pointer;
}
.xmt-boxs .qmxmt-wrapper .content .banner-btn .btn:nth-child(2) {
  margin: 0 27px;
}
.xmt-boxs .qmxmt-wrapper .content .banner-btn .active {
  background: url('/pc/module/netmaket/module2/images/前景选中.png') no-repeat;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  height: 88px;
}
.xmt-boxs .qmxmt-wrapper .content .banner-wrapper {
  width: 1200px;
  height: 440px;
  padding: 60px 0;
  background: #FFFFFF;
  border-radius: 40px;
  text-align: center;
}
.xmt-boxs .qmxmt-wrapper .content .banner-wrapper .bd li {
  display: none;
}
.xmt-boxs .qmxmt-wrapper .content .banner-wrapper .bd .cur {
  display: block;
}
.xmt-boxs .qmxmt-wrapper .footer .btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xmt-boxs .qmxmt-wrapper .footer .btn1 img {
  margin-left: 8px;
}
